home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 January / maximum-cd-1999-01.iso / Symantec Visual Cafe / WDESAMPL.BIN / ChoiceResource_en.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-02-24  |  746 b   |  10 lines

  1. import java.util.ListResourceBundle;
  2.  
  3. public class ChoiceResource_en extends ListResourceBundle {
  4.    static final Object[][] contents = new Object[][]{{"patternText", "The disk '%1' contained %0 on %2."}, {"choice1", "no files"}, {"choice2", "one file"}, {"choice3", "%0|3 files"}};
  5.  
  6.    public Object[][] getContents() {
  7.       return contents;
  8.    }
  9. }
  10.